projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f62a45
)
(draw_fringe_bitmap): Fix overlay-arrow display.
author
Kim F. Storm
<storm@cua.dk>
Tue, 21 Feb 2006 23:19:40 +0000
(23:19 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 21 Feb 2006 23:19:40 +0000
(23:19 +0000)
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index 2ce9d043718bc21c961e58022cb8e957a290dad1..6221d4064d7d76e71482f85d7507b2ebd356bc46 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-868,7
+868,7
@@
draw_fringe_bitmap (w, row, left_p)
if (left_p && row->overlay_arrow_bitmap != NO_FRINGE_BITMAP)
draw_fringe_bitmap_1 (w, row, 1, 1,
(row->overlay_arrow_bitmap < 0
- ? get_logical_
cursor_bitmap (w, Qoverlay_arrow
)
+ ? get_logical_
fringe_bitmap (w, Qoverlay_arrow, 0, 0
)
: row->overlay_arrow_bitmap));
}